home *** CD-ROM | disk | FTP | other *** search
- /*
-
- subscript.rexx - called from Mainscript.rexx
-
- Min MaxRexx Version 1.2
- */
-
- line=arg(1)
- port='ADDRESS MAXSERVE'line
- Interpret port
- OPTIONS RESULTS
-
- $NEWLINE
- $FCOLOUR 3
- $CENTRE '3,This piece of text lies in the second script'
- $NEWLINE
- $FCOLOUR 5
- $CENTRE '6,Press Any Key to Return to the BBS!'
- $HOTKEY
-
-
- /*Note, that you must comment out the $END from any scripts which you execute
- from within another MaxRexx door, or this would cause MaxRexx to finish here
- instead of returning to the main script*/
-
-
- /*$END*/
-
-